home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000301_news@columbia.edu _Fri Jan 19 07:39:54 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id HAA06015 for <kermit.misc@watsun>; Fri, 19 Jan 1996 07:39:53 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id HAA00743 for kermit.misc@watsun; Fri, 19 Jan 1996 07:39:50 -0500 (EST)
  4. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!gatech!pirates!news-feed-1.peachnet.edu!ukma!usenet
  5. From: David Rice <drice@service1.uky.edu>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Transparent Printing Not Working
  8. Date: 18 Jan 1996 20:38:37 GMT
  9. Organization: BMT
  10. Lines: 29
  11. Message-ID: <4dmb4e$mk0@t3.mscf.uky.edu>
  12. NNTP-Posting-Host: 128.163.95.69
  13. Mime-Version: 1.0
  14. Content-Type: multipart/mixed;
  15.     boundary="-------------------------------23881071820974"
  16. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  17. To: Whomever@columbia.edu
  18.  
  19. This is a multi-part message in MIME format.
  20.  
  21. ---------------------------------23881071820974
  22. Content-Transfer-Encoding: 7bit
  23. Content-Type: text/plain; charset=us-ascii
  24.  
  25. I'm not able to get the transparent printing to work. I do have the 
  26. MS-DOS Kermit Manual and have tried the attached test program. I'm using 
  27. a PC running KERMIT 3.14 to call into a SUN Server running Solaris 2.4. 
  28. The communications run through an Annex Terminal Server. I've been able 
  29. to get other key codes translated and working fine. Help! What am I doing 
  30. wrong. Thanks in advance.
  31.  
  32. ---------------------------------23881071820974
  33. Content-Transfer-Encoding: 7bit
  34. Content-Type: text/plain
  35.  
  36. #include <stdio.h>
  37.  
  38. main()
  39. {
  40.     printf("/27/5i");
  41.     printf("Hello - should print\n");
  42. ;    printf("\1554i");
  43.     printf("Hello - shouldn't print\n");
  44.     return(0);
  45. }
  46.  
  47. ---------------------------------23881071820974--